Class java_exception

Description

Implements interfaces:

A decorator pattern which overrides all magic methods.

A decorator pattern which overrides all magic methods.

  • access: public

Located in /JavaProxy.inc (line 963)

Exception
   |
   --java_exception
Direct descendents
Class Description
JavaException The java exception proxy.
Variable Summary
mixed $__client
mixed $__delegate
mixed $__java
mixed $__serialID
mixed $__signature
Method Summary
java_exception java_exception ()
Variables
mixed $__client (line 965)
  • access: public
mixed $__delegate (line 967)
  • access: public
mixed $__java (line 965)
  • access: public
mixed $__serialID (line 965)
  • access: public
mixed $__signature (line 969)
  • access: public

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$string
$trace
Methods
Constructor java_exception (line 980)

Create a new Exception.

Create a new Exception. Example:

  1.  $ex new java_exception("java.lang.NullPointerException");
  2.  throw $ex;

java_exception java_exception ()

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Sat, 15 Nov 2008 10:00:04 +0100 by phpDocumentor 1.4.0a2